big_integer

pure constructor(s: text)

Construct a big_integer by parsing a signed base-10 text representation of an integer.

Since

0.12.0

Parameters

s

the text to be parsed

Throws

exception

if the text representation is ill-formed


pure constructor(value: integer)

Construct a big_integer from an integer.

Since

0.12.0

Parameters

value

the integer value